home *** CD-ROM | disk | FTP | other *** search
- version >NIL: dos.library 37
- if warn
- echo "You need KickStart 2.0+ to run this script"
- wait 15
- quit
- endif
-
- assign amipac: ""
- assign s: amipac:s
-
- if not exists ram:libs
- makedir ram:libs
- copy >NIL: amipac:libs/#? ram:libs/
- assign libs: ram:libs add
- assign devs: amipac:devs add
- assign fonts: amipac:Fonts add
- endif
-
- version >NIL: explode.library
- if warn
- AmiPac:c/expload
- endif
-
- echo " "
- echo " HAVE YOU MADE A BACKUP COPY of THIS DISK !?!?!"
- echo " "
- echo " From within the EDITOR <DME> you may CHANGE all the AmiPac"
- echo " files as you like and adjust them to improve the program."
- echo " "
- echo " If you like, it is possible to change the Startup-Sequence,"
- echo " you may delete or add any part you want."
- echo " "
- echo " The BACKUP COPY is IMPORTANT to REPLACE files changed by"
- echo " mistake. Make the backup from the original distribution"
- echo " disk, which I suggest NEVER to OPEN."
- dme.com
- assign s: sys:s
-
-